ResourceUpload Method |
| Name | Description | |
|---|---|---|
| Upload(String, Stream) |
Uploads a data from stream a resource with the specified URI.
| |
| Upload(String, String) |
Uploads a local file to a resource with the specified URI.
| |
| Upload(String, Stream, ContentRange) |
Uploads a data from stream a resource with the specified URI.
| |
| Upload(String, Stream, Int32) |
Uploads a data from stream a resource with the specified URI.
| |
| Upload(String, String, ContentRange) |
Uploads a local file to a resource with the specified URI.
| |
| Upload(String, String, Int32) |
Uploads a local file to a resource with the specified URI.
| |
| Upload(String, Stream, Int32, ContentRange) |
Uploads a data from stream a resource with the specified URI.
| |
| Upload(String, String, Int32, ContentRange) |
Uploads a local file to a resource with the specified URI.
|